.tool-bar-ctn {
    border-bottom: 1px solid #dddddd;
}

.toolbar {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 4px;
    font-size: 12px;
    height: 36px;
    line-height: 36px;
}


.toolbar .toolbar-link {
    float: left;
    width: 75%;
    margin-right: -75%;
}

.toolbar #user-tools {
    float: right;
    margin: 0;
    color: #666;
}

header {
    background-color: #fff;
}

header .toolbar a {
    padding: 0 5px;
    text-decoration: none;
}

.toolbar .toolbar-link .hot-link {
    color: #ee4341;
}

.warp {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.location {
    position: relative;
    height: auto;
}

.location .breadcrumb {
    height: 100px;
    line-height: 100px;
    padding-top: 6px;
    line-height: 115px;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.location .yyname{
	font-weight: bold;
    font-size: 30px;
}

.location .primary-logo {
    position: relative;
    top: 4px;
    text-decoration: none;
}

.location .primary-logo img {
    margin-right: 5px;
    vertical-align: baseline;
	max-height:100%;
}


.head-search {
    position: absolute;
    top: 44px;
    right: 0;
    width: 290px;
}

.head-search .search:after,
.head-search .search:before {
    content: " ";
    display: table;
}

.head-search .search .search-query {
    float: left;
    padding: 0 15px;
    margin: 0;
    height: 38px;
    line-height: 38px;
    border: 1px solid #ee4341;
    width: 160px;
    font-size: 12px;
}

.head-search .search .frontpage-search-trigger {
    float: left;
    border: 0;
    padding: 0;
    margin: 0 0 0 -1px;
    height: 40px;
    line-height: 40px;
    background: #ee4341;
    width: 90px;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    color: #fff;
    font-size: 16px;
}

.head-search .search:after {
    clear: both;
}

.navBar {
    position: relative;
    z-index: 1;
    color: #fff;
    height: 40px;
    line-height: 40px;
    border-bottom: 2px solid #ee4341;
    background: #fff;
}

.nav {
    width: 1200px;
    margin: 0 auto;
}

.nav .m {
    float: left;
    position: relative;
    border-top: 0;
    border-bottom: 0;
    margin-left: -1px;
}

.nav a:hover {
    text-decoration: none;
    color: #ff4466;
}

.nav h3 {
    float: left;
    font-size: 100%;
    font-weight: normal;
    font-size: 14px;
    height: 40px;
    overflow: hidden;
}

.nav h3 a {
    display: block;
    color: #656565;
    padding: 0 38px;
}

.nav .on h3 a {
    color: #fff;
    background: #ee4341;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}


.search-crumbs {
    width: 1200px;
    margin: 18px auto;
    line-height: 1
}

.search-crumbs li {
    display: inline-block;
    margin-right: 5px;
    font-size: 14px
}

.search-crumbs li>a {
    color: #666
}

.search-crumbs li span {
    margin-right: 5px;
    color: #666
}

.filters {
    width: 1160px;
    text-align: left;
    font-size: 14px;
    padding: 20px 20px;
    background-color: #fff;
    overflow: hidden;
    border: 1px solid #e5e5e5;
}

.filters table {
    width: 100%;
}

.filters tr td:first-child {
    width: 90px;
    text-align: right;
    padding-right: 20px;
    line-height: 25px;
    font-weight: 800;
}

.filters td div {
    float: left;
    height: 25px;
    line-height: 25px;
    margin-right: 10px;
    padding-bottom: 7px;
}

.filters tr td {
    padding: 10px 0px;
    border-bottom: 1px #e6e6e6 dashed;
}

.filters tr:last-child td {
    border-bottom: none;
}

.filters a {
    padding: 2px 8px;
    border-radius: 2px;
}


a.on:link,
a.on:visited,
a.on:active {
    border: 1px solid #EE4341;
    color: #EE4341;
}

#nav {
    width: 1200px;
    margin: 0 auto
}

.nav-c {
    margin-top: 30px;
    height: 36px;
    line-height: 36px;
    border-bottom: 3px solid #ee4341;
    overflow: hidden;
    position: relative
}

.nav-c ul {
    float: left
}

.nav-c li {
    font-weight: 700;
    float: left;
    text-align: center
}

.nav-c li a {
    color: #333;
    font-size: 16px;
    display: block;
    padding: 0 18px
}

.nav-c .cur,
.nav-c li:hover {
    background: #ee4341;
    border-radius: 3px 3px 0 0
}

.nav-c .cur a,
.nav-c li:hover a {
    color: #fff;
    text-decoration: none
}

.ellipsis {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap
}


.list-mid {
    overflow: hidden;
    margin: 0 auto;
    width: 1200px;
}

.post-list {
    background: #fff;
    border: 1px solid #e5e5e5;
    border-top: none;
    min-height: 100px;
}

.post {
    border-top: 1px dashed #ddd;
    padding: 20px;
    position: relative;
}

.post-list .post:first-child {
    border-top: none;
}

.post-main {
    float: left;
    width: 82%;
    vertical-align: top;
}

.post-thumb-box {
    width: 140px;
    height: 108px;
    float: left;
    margin-right: 18px;
}

.post-thumb {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
}

.post-thumb img {
    border: 1px solid #f6f6f6;
    width: 100%;
    height: 100%;
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.img-num {
    background: rgba(0, 0, 0, .5);
    filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr="#77000000", endColorStr="#77000000");
    color: #fff;
    font-size: 12px;
    padding: 0 3px;
    position: absolute;
    right: 0;
    bottom: 0;
}

.detail {
    font-size: 12px;
    width: 78.9%;
    width: -webkit-calc(100% - 158px);
    width: calc(100% - 158px);
    float: left;
}

.post-title-wrap {
    overflow: hidden;
    position: relative;
}

.post-title {
    max-width: 88%;
    line-height: 34px;
    height: 34px;
    float: left;
}

.post-title a {
    color: #333;
    font-weight: 700;
    font-size: 18px;
}

.params {
    color: #999;
    line-height: 40px;
    font-size: 14px;
}

.linkman {
    color: #999;
    font-weight: 400;
    font-size: 14px;
    max-width: 280px;
    height: 30px;
    line-height: 30px;
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle;
}

.post-other {
    font-size: 12px;
    position: absolute;
    right: 20px;
    top: 20px;
    bottom: 20px;
    width: 18%;
    text-align: right;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end
}

.post-other .highlight {
    float: right;
    color: #f46;
    font-weight: 700;
    font-size: 16px;
}


.page {
    text-align: center
}

.pagination {
    display: inline-block;
    vertical-align: middle;
    margin: 10px 0;
    font-size: 0
}

.pagination li {
    background-color: #fff;
    display: inline-block;
    height: 2pc;
    color: #666;
    border: 1px solid #d7dde4;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    font-size: 14px;
    margin: 4px
}

.pagination li:hover {
    border-color: #ee4341
}

.pagination .disabled,
.pagination .disabled:hover {
    border-color: #d7dde4;
    cursor: not-allowed
}

.pagination a,
.pagination span {
    display: inline-block;
    vertical-align: middle;
    padding: 0 15px;
    line-height: 2pc;
    margin: 0 -1px -1px 0;
    color: #333
}

.pagination .active {
    border: 1px solid #ee4341;
    background-color: #ee4341
}

.pagination .active span {
    color: #fff !important
}

.footer {
    background-color: #fff;
    margin-top: 15px;
}

.xb-foot-copy {
    margin: 0px auto;
    width: 1200px;
    padding: 20px 0;
    overflow: hidden;
}

.xb-foot-copy p {
    text-align: center;
    font-size: 12px;
    color: #666;
}



.information_bd .bd_left {
    width: 900px;
    border: 1px #ddd solid;
    border-radius: 2px;
    background-color: #fff;
    float: left;
    height: auto;
}

.information_bd .bd_lefter {
    margin-right: 30px;
    margin-bottom: 25px;
    margin-top: 25px;
    margin-left: 30px;
    height: auto;
    overflow: auto;
}

.information_hd {
    overflow: hidden;
    width: 100%;
    text-align: left
}

.information_hd ul {
    margin: 0
}

.information_hd .information_title {
    text-align: left;
    display: block;
    font-weight: 700;
    overflow: hidden;
    margin-top: 10px;
    width: 100%;
    height: 50px;
    line-height: 50px;
    margin-bottom: 10px;
    font-size: 26px;
	color: #ee4341;
}

.information_hd .information_time {
    display: block;
    width: 100%;
    height: 22px;
    color: #999;
    text-align: left;
    line-height: 22px;
    border-bottom: 1px #e6e6e6 solid;
    padding-bottom: 20px
}

.information_hd .information_time span {
    font-size: 14px;
    float: left;
    margin-right: 15px;
    overflow: hidden;
	line-height: 25px;
}

.information_hd .information_time .grade {
        height: 25px;
        background: #f49379;
        border-radius: 3px;
        color: #fff;
        text-align: center;
		padding:0 10px;
    }

.information_hd .information_time .medical {
        height: 25px;
        background: #f6a11a;
        border-radius: 3px;
        color: #fff;
        text-align: center;
		padding:0 10px;
    }

.view_hd {
    margin-top: 10px;
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 20px;
    border-bottom: 1px #ddd solid;
    color: #000;
}

.view_hd .now{
	color: #ee4341;
}

.maincon {
    font-size: 16px;
    line-height: 31px;
    margin: 20px 10px;
    word-wrap: break-word;
    word-break: break-all;
}

.maincon p {
    margin-bottom: 20px;
	text-indent: 2em;
}

.information_bd .bd_right {
    float: right;
    border-radius: 2px;
    overflow: hidden;
    padding-top: 0;
    width: 280px;
    height: 100%;
}

.boxx {
    font-size: 14px;
    border: 1px #ddd solid;
    background-color: #fff;
    width: auto;
    height: auto;
    overflow: auto;
    display: block;
    padding: 15px;
    margin-bottom: 10px
}

.boxx .school_logo {
    position: relative;
}

.boxx .school_logo img {
    margin-top: 20px;
    margin-bottom: 10px;
    width: 248px;
    border-radius: 40px;
}

.boxx .school_logo .username {
    line-height: 40px;
    font-size: 16px;
    font-weight: 700
}

.boxx .school_logo .regtime {
    font-size: 14px;
    color: #999;
    margin-bottom: 20px;
}

.boxer {
    padding: 10px 15px 5px 15px;
    border: 1px #ddd solid;
    background-color: #fff
}

.boxer,
.boxer_hd {
    margin-bottom: 10px
}

.boxer_hd {
    font-size: 16px;
    color: #000;
    border-bottom: 1px #e6e6e6 solid
}

.boxer_hd span {
    height: 36px;
    line-height: 36px;
    display: block;
    float: left;
    font-weight: 700;
    padding: 0 5px
}

.boxer_bd {
    margin-bottom: 10px
}

.boxer_bd ul li {
    height: 34px;
    line-height: 34px;
    font-size: 14px;
    background: url(../images/li_arrow.gif) 0 16px no-repeat;
    text-indent: 10px;
    float: left;
    width: 50%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.orange .boxer_hd span {
    border-bottom: 1px #ee4341 solid;
    color: #ee4341
}

#allmap {
    width: 100%;
    height: 400px;
    margin-top: 20px;
}


.relates li {
    padding: 13px 0;
    border-bottom: 1px #ddd dashed;
    overflow: hidden;
    width: 100%
}

.relates li .relateimg img {
    width: 70px;
    height: 55px;
    border: 1px #ddd solid;
    padding: 1px
}

.relates li .relateimg {
    display: block;
    float: left;
    width: 12%
}

.relates li .relatetit {
    display: block;
    float: left;
    width: 78%
}

.relates li .relatedat {
    display: block;
    float: right;
    text-align: right;
    width: 10%;
    font-size: 14px;
    color: #999;
    margin-top: 20px
}

.relates .tit {
    font-size: 16px;
    font-weight: 700;
    margin-top: 2px;
    display: block;
    float: left
}

.relates div.cat {
    font-size: 14px;
    color: #999;
    margin-top: 9px;
    display: block;
    float: left
}

a.viewmore {
    margin-top: 10px;
    display: block;
    background-color: #FAFAFA;
    border: 1px #E1E1E1 solid;
    border-radius: 2px;
    font-size: 14px;
    width: 140px;
    text-align: center;
    height: 32px;
    line-height: 32px
}

a.viewmore:hover {
    background-color: #ECECEC
}

.certify{
	text-align:left;
}
.certify p{
	line-height:30px;
}

.present-table {
    width: 836px;
    height: auto;
    border-top: 1px #ececec solid;
    border-left: 1px #ececec solid;
}

    .present-table td {
        height: 45px;
        border-bottom: 1px #ececec solid;
        border-right: 1px #ececec solid;
    }

    .present-table span {
        font-size: 15px;
        color: #333;
        line-height: 45px;
        text-align: center;
        display: block;
    }

    .present-table a {
        text-align: center;
        display: block;
        text-decoration: underline;
    }

        .present-table a:hover {
            color: #f60;
        }